home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / FredFish PD 319.adf / CNewsSrc / uupc.lzh / include / config.h < prev    next >
C/C++ Source or Header  |  1989-06-30  |  586b  |  19 lines

  1. #ifndef _CONFIG_H_
  2. #define _CONFIG_H_
  3. /*
  4.  * configuration-inquiry functions
  5.  */
  6.  
  7. extern char *artfile();        /* article pathname, may be relative */
  8. extern char *fullartfile();    /* article full pathname */
  9. extern char *ctlfile();        /* control-file name */
  10. extern char *binfile();        /* program pathname */
  11. extern char *newspath();    /* PATH */
  12. extern int newsumask();        /* umask */
  13. extern char *newsmaster();    /* place to mail complaints to */
  14.  
  15. extern void cd();        /* chdir() with errunlock() on failure */
  16.  
  17. extern void unprivileged();    /* user-supplied privilege dropper */
  18. #endif /* _CONFIG_H_ */
  19.